.profile-btn-skeleton{height:44px;pointer-events:none;background:#ffffff3b;border-radius:30px;justify-content:center;align-items:center;padding:11px 12px;display:flex;position:relative;overflow:hidden}.profile-btn-skeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000001f 50%,#0000 100%);animation:1.4s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.profile-btn-skeleton-icon{width:20px;height:20px;background:#ffffff2e;border-radius:50%;flex-shrink:0;margin-inline-end:6px}.profile-btn-skeleton-text{width:90px;height:12px;background:#ffffff2e;border-radius:999px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media (max-width:576px){.profile-btn-skeleton{min-width:120px;height:44px;padding:2px 6px}.profile-btn-skeleton-text{width:70px;height:10px}.profile-btn-skeleton-icon{width:18px;height:18px}}